home *** CD-ROM | disk | FTP | other *** search
/ IBM OEM Software Product … CD For PC Manufacturers / IBM OEM Software - Product Sampler CD for PC Manufacturers.iso / InternetIntranets / Notes / LOTUS027.DSK / MODEMS / CDX3260.MDM < prev    next >
Text File  |  1993-02-18  |  3KB  |  105 lines

  1. ; Motorola Codex 3260 Series
  2.  
  3. ;=============================================================
  4. ; Last revision date: 02/18/93 (update this date
  5. ; each time you edit; it is also advisable to rename
  6. ; your edited file [use Save As, rather than Save 
  7. ; option] to avoid later confusion and to keep the 
  8. ; original .MDM file intact).
  9.  
  10. ; NOTE: Refer to the file TEMPLATE.MDM (A Sample Modem 
  11. ; Command File) for a description of modem command 
  12. ; files and how they work. "A Sample Modem Command 
  13. ; File" is user selectable within the Lotus Notes 
  14. ; Setup dialog "Modem Type" listbox in which you found 
  15. ; this modem command file (see end of listings, 
  16. ; beginning with a period) and is a printable ASCII 
  17. ; text file (approximately 15 pages). 
  18.  
  19. ; Additional information may be obtained from either of 
  20. ; the two so-called "generic" modem command files 
  21. ; (alphabetically listed under letter G, designed for 
  22. ; use with Notes Releases 2.x and 3.x, 9600 bps and 
  23. ; 14400 bps maximum, respectively), each of which may 
  24. ; first be tried as-is with unlisted modems, then edited 
  25. ; if required (within the Notes edit box, or outside of 
  26. ; Notes, with any text editor) according to the printed 
  27. ; instructions within each file, and in compliance with 
  28. ; the vendor's command set, result codes, DIP switch 
  29. ; settings, and technical specifications as listed in 
  30. ; the equipment's users manual.
  31.  
  32. ; For the specific modem(s) listed under this heading:
  33. ;===============================================================
  34.  
  35. ; 6 SWITCH SETTINGS: DOWN=1, 3, 4  UP=2, 5, 6
  36.  
  37. [attributes]
  38.  
  39. MODELS=Motorola Codex 3260 Series
  40. NULL MODEM=0
  41. MAXIMUM SPEED=38400
  42. DEFAULT SPEED=38400
  43.  
  44. [commands]
  45.  
  46. ESCAPE=+++
  47. ATTENTION=ATE0V1
  48. HANGUP=ATH0
  49. SETUP=AT&F
  50. SETUP=ATE0V1
  51. SETUP=AT&C1&D3X4*XC1*MR2*RS0*SM4S0=0
  52. RTS/CTS ENABLED=AT*FL3
  53. RTS/CTS IGNORED=AT*FL0
  54. VOLUME OFF=ATM0
  55. VOLUME LOW=ATM1L1
  56. VOLUME MEDIUM=ATM1L2
  57. VOLUME HIGH=ATM1L3
  58. ANSWER=ATA
  59. MANUAL DIAL=ATX1S9=1D
  60. AUTO DIAL SETUP=ATS9=6
  61. AUTO PULSE DIAL=ATDP
  62. AUTO TONE DIAL=ATDT
  63. AUTO DIAL SUFFIX=,
  64.  
  65. [responses]
  66.  
  67. OK=OK
  68.  
  69. BUSY=BUSY
  70.  
  71. NO ANSWER=NO ANSWER
  72.  
  73. NO CARRIER=NO CARRIER
  74.  
  75. NO DIALTONE=NO DIALTONE
  76.  
  77. ERROR=ERROR
  78.  
  79. RING=RING
  80.  
  81. CONNECT,  38400,19200=CONNECT 19200 RELIABLE
  82. CONNECT,  38400,19200=CONNECT 19200
  83.  
  84. CONNECT,  38400,14400=CONNECT 14400 RELIABLE
  85. CONNECT,  38400,14400=CONNECT 14400
  86.  
  87. CONNECT,  38400,12000=CONNECT 12000 RELIABLE
  88. CONNECT,  38400,12000=CONNECT 12000
  89.  
  90. CONNECT,  38400,9600=CONNECT 9600 RELIABLE
  91. CONNECT,  38400,9600=CONNECT 9600
  92.  
  93. CONNECT,  38400,7200=CONNECT 7200 RELIABLE
  94. CONNECT,  38400,7200=CONNECT 7200
  95.  
  96. CONNECT,  38400,4800=CONNECT 4800 RELIABLE
  97. CONNECT,  38400,4800=CONNECT 4800
  98.  
  99. CONNECT,  38400,2400=CONNECT 2400 RELIABLE
  100. CONNECT,  38400,2400=CONNECT 2400
  101.  
  102. CONNECT,  38400,1200=CONNECT 1200 RELIABLE
  103. CONNECT,  38400,1200=CONNECT 1200
  104.  
  105.